From 69d9acef922406056b3a675359fc0b8542d4a388 Mon Sep 17 00:00:00 2001 From: robertlipe Date: Tue, 6 Aug 2013 20:53:01 +0000 Subject: [PATCH] Use QHash instead of QMap in osm. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4511 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/osm.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/osm.cc b/gpsbabel/osm.cc index b3249c0de..92853babd 100644 --- a/gpsbabel/osm.cc +++ b/gpsbabel/osm.cc @@ -37,7 +37,7 @@ static arglist_t osm_args[] = { #define MYNAME "osm" -static QMap waypoints; +static QHash waypoints; static avltree_t* keys = NULL; static avltree_t* values = NULL; -- 2.30.2